3.14.49 \(\int \frac {(2+3 x)^5}{(1-2 x) (3+5 x)} \, dx\)

Optimal. Leaf size=47 \[ -\frac {243 x^4}{40}-\frac {2619 x^3}{100}-\frac {107433 x^2}{2000}-\frac {848277 x}{10000}-\frac {16807}{352} \log (1-2 x)+\frac {\log (5 x+3)}{34375} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 47, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.045, Rules used = {72} \begin {gather*} -\frac {243 x^4}{40}-\frac {2619 x^3}{100}-\frac {107433 x^2}{2000}-\frac {848277 x}{10000}-\frac {16807}{352} \log (1-2 x)+\frac {\log (5 x+3)}{34375} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(2 + 3*x)^5/((1 - 2*x)*(3 + 5*x)),x]

[Out]

(-848277*x)/10000 - (107433*x^2)/2000 - (2619*x^3)/100 - (243*x^4)/40 - (16807*Log[1 - 2*x])/352 + Log[3 + 5*x
]/34375

Rule 72

Int[((e_.) + (f_.)*(x_))^(p_.)/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Int[ExpandIntegrand[(
e + f*x)^p/((a + b*x)*(c + d*x)), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {(2+3 x)^5}{(1-2 x) (3+5 x)} \, dx &=\int \left (-\frac {848277}{10000}-\frac {107433 x}{1000}-\frac {7857 x^2}{100}-\frac {243 x^3}{10}-\frac {16807}{176 (-1+2 x)}+\frac {1}{6875 (3+5 x)}\right ) \, dx\\ &=-\frac {848277 x}{10000}-\frac {107433 x^2}{2000}-\frac {2619 x^3}{100}-\frac {243 x^4}{40}-\frac {16807}{352} \log (1-2 x)+\frac {\log (3+5 x)}{34375}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 45, normalized size = 0.96 \begin {gather*} \frac {-110 \left (60750 x^4+261900 x^3+537165 x^2+848277 x+392378\right )-52521875 \log (3-6 x)+32 \log (-3 (5 x+3))}{1100000} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(2 + 3*x)^5/((1 - 2*x)*(3 + 5*x)),x]

[Out]

(-110*(392378 + 848277*x + 537165*x^2 + 261900*x^3 + 60750*x^4) - 52521875*Log[3 - 6*x] + 32*Log[-3*(3 + 5*x)]
)/1100000

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(2+3 x)^5}{(1-2 x) (3+5 x)} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(2 + 3*x)^5/((1 - 2*x)*(3 + 5*x)),x]

[Out]

IntegrateAlgebraic[(2 + 3*x)^5/((1 - 2*x)*(3 + 5*x)), x]

________________________________________________________________________________________

fricas [A]  time = 1.40, size = 35, normalized size = 0.74 \begin {gather*} -\frac {243}{40} \, x^{4} - \frac {2619}{100} \, x^{3} - \frac {107433}{2000} \, x^{2} - \frac {848277}{10000} \, x + \frac {1}{34375} \, \log \left (5 \, x + 3\right ) - \frac {16807}{352} \, \log \left (2 \, x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^5/(1-2*x)/(3+5*x),x, algorithm="fricas")

[Out]

-243/40*x^4 - 2619/100*x^3 - 107433/2000*x^2 - 848277/10000*x + 1/34375*log(5*x + 3) - 16807/352*log(2*x - 1)

________________________________________________________________________________________

giac [A]  time = 0.99, size = 37, normalized size = 0.79 \begin {gather*} -\frac {243}{40} \, x^{4} - \frac {2619}{100} \, x^{3} - \frac {107433}{2000} \, x^{2} - \frac {848277}{10000} \, x + \frac {1}{34375} \, \log \left ({\left | 5 \, x + 3 \right |}\right ) - \frac {16807}{352} \, \log \left ({\left | 2 \, x - 1 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^5/(1-2*x)/(3+5*x),x, algorithm="giac")

[Out]

-243/40*x^4 - 2619/100*x^3 - 107433/2000*x^2 - 848277/10000*x + 1/34375*log(abs(5*x + 3)) - 16807/352*log(abs(
2*x - 1))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 36, normalized size = 0.77 \begin {gather*} -\frac {243 x^{4}}{40}-\frac {2619 x^{3}}{100}-\frac {107433 x^{2}}{2000}-\frac {848277 x}{10000}-\frac {16807 \ln \left (2 x -1\right )}{352}+\frac {\ln \left (5 x +3\right )}{34375} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3*x+2)^5/(1-2*x)/(5*x+3),x)

[Out]

-243/40*x^4-2619/100*x^3-107433/2000*x^2-848277/10000*x+1/34375*ln(5*x+3)-16807/352*ln(2*x-1)

________________________________________________________________________________________

maxima [A]  time = 0.53, size = 35, normalized size = 0.74 \begin {gather*} -\frac {243}{40} \, x^{4} - \frac {2619}{100} \, x^{3} - \frac {107433}{2000} \, x^{2} - \frac {848277}{10000} \, x + \frac {1}{34375} \, \log \left (5 \, x + 3\right ) - \frac {16807}{352} \, \log \left (2 \, x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^5/(1-2*x)/(3+5*x),x, algorithm="maxima")

[Out]

-243/40*x^4 - 2619/100*x^3 - 107433/2000*x^2 - 848277/10000*x + 1/34375*log(5*x + 3) - 16807/352*log(2*x - 1)

________________________________________________________________________________________

mupad [B]  time = 1.12, size = 31, normalized size = 0.66 \begin {gather*} \frac {\ln \left (x+\frac {3}{5}\right )}{34375}-\frac {16807\,\ln \left (x-\frac {1}{2}\right )}{352}-\frac {848277\,x}{10000}-\frac {107433\,x^2}{2000}-\frac {2619\,x^3}{100}-\frac {243\,x^4}{40} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(3*x + 2)^5/((2*x - 1)*(5*x + 3)),x)

[Out]

log(x + 3/5)/34375 - (16807*log(x - 1/2))/352 - (848277*x)/10000 - (107433*x^2)/2000 - (2619*x^3)/100 - (243*x
^4)/40

________________________________________________________________________________________

sympy [A]  time = 0.15, size = 42, normalized size = 0.89 \begin {gather*} - \frac {243 x^{4}}{40} - \frac {2619 x^{3}}{100} - \frac {107433 x^{2}}{2000} - \frac {848277 x}{10000} - \frac {16807 \log {\left (x - \frac {1}{2} \right )}}{352} + \frac {\log {\left (x + \frac {3}{5} \right )}}{34375} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)**5/(1-2*x)/(3+5*x),x)

[Out]

-243*x**4/40 - 2619*x**3/100 - 107433*x**2/2000 - 848277*x/10000 - 16807*log(x - 1/2)/352 + log(x + 3/5)/34375

________________________________________________________________________________________